github.com/coder/websocket.msgReader.payloadLength (field)
7 uses
github.com/coder/websocket (current package)
close.go#L208: for i := int64(0); i < c.msgReader.payloadLength; i++ {
read.go#L409: payloadLength int64
read.go#L430: mr.payloadLength = h.payloadLength
read.go#L458: if mr.payloadLength == 0 {
read.go#L480: if int64(len(p)) > mr.payloadLength {
read.go#L481: p = p[:mr.payloadLength]
read.go#L489: mr.payloadLength -= int64(n)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |